home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm2 / scanot20.lha / ScanOut.doc < prev   
Text File  |  1996-04-04  |  3KB  |  88 lines

  1.  
  2.                                  ScanOut 2.0
  3.                           Copyright © 1996 Johan Billing
  4.  
  5.  1. Purpose of this program
  6.     =======================
  7.  
  8.     If you are not a member in FidoNet or any other network based on the
  9.     same technology, this program will be completely useless for you.
  10.  
  11.     The program shows the contents of your outbound directory in the
  12.     console window.
  13.  
  14.     Please note that this program requires Kickstart 2.04 in order to run.
  15.  
  16.  2. Disclaimer and License Agreement
  17.     ================================
  18.  
  19.     Well, I do not guarantee that this stuff will work or that it won't
  20.     make your HD go berzerk. Don't blame me! But that should not be the
  21.     case, the program seems quite reliable. It is quite impossible for
  22.     plenty of bugs to sneak into a short program like this.
  23.  
  24.     Now to the License Agreement... This program is released as FreeWare.
  25.     Use it, give it to your friends, upload it to any BBS, but DO NOT
  26.     SELL IT FOR PROFIT! This is the programmer's wish and you really
  27.     should respect it!
  28.  
  29.  3. How does it work?
  30.     =================
  31.  
  32.     Usage: ScanOut OUTBOUND,PATTERN,VERBOSE/S
  33.  
  34.     OUTBOUND      This is the outbound directory to scan. If it is omitted,
  35.                   ScanOut will use the value in the environment variable 
  36.                   OUTBOUND. If this variable is not set, ScanOut will use 
  37.                   "MAIL:Outbound".
  38.  
  39.     PATTERN       If you specify a pattern here, ScanOut will only list 
  40.                   files for nodes that match this pattern. This can be 
  41.                   either a node or a pattern. (Use a '*' as a wildcard, 
  42.                   e.g. 2:203/6*.*)
  43.  
  44.     VERBOSE       Verbose output. This means that ScanOut will show you
  45.                   the contents of .FL? and .REQ files.
  46.  
  47.  4. How to get in touch with me
  48.     ===========================
  49.  
  50.     FidoNet:   Johan Billing at 2:200/108.7
  51.     InterNet:  johan.billing@kcc.ct.se
  52.  
  53.     SnailMail: Johan Billing
  54.                Östra Storgatan 22
  55.                260 60 Kvidinge
  56.  
  57.  5. History
  58.     =======
  59.  
  60.     0.99  - First release. Changed most of my old ScanOut and started to
  61.             use Release 2-functions for DateStamp parsing.
  62.  
  63.     0.992 - Improved the parsing of the filenames to get the node number.
  64.           - Changed the output quite a lot
  65.           - ScanOut didn't print the totals if there only were requests
  66.             in the outbound
  67.  
  68.     1.0   - No bugs found, changed version to 1.0
  69.  
  70.     1.1   - If a line in the flow files (.FLO/.DLO/.HLO/.CLO) begins with
  71.             '~', it is not counted. TrapDoor uses this to mark that a file
  72.             is already sent.
  73.  
  74.           - Now the output is sorted, first by node and then by type. This
  75.             order is used: Crash, Direct, Normal, Hold, Request
  76.  
  77.     1.2   - Now you can list files for one single node.
  78.  
  79.     1.3   - Now you can specify a wildcard as node
  80.  
  81.     2.0   Incredible! A new version after almost two years. :-)
  82.  
  83.           - The program has been almost completely rewritten to use the new
  84.             functions in Kickstart 2.04.
  85.  
  86.           - A new VERBOSE switch
  87.           
  88.